home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gHFpreviousline, ghfathleteno, gHFposition, ghfmaxathleteno, gHFline
- set vLine to the mouseLine
- if (vLine > 0) and (vLine <= ghfmaxathleteno) then
- hilite line vLine of field 11
- set gHFline to vLine
- end if
- if gHFpreviousline = vLine then
- set gHFposition to vLine
- put "gHFposition " & gHFposition
- put "gHFmaxathleteno " & ghfmaxathleteno
- if (gHFposition > 0) and (gHFposition <= ghfmaxathleteno) then
- paintscreen()
- go(1)
- else
- set gHFposition to 0
- end if
- end if
- set gHFpreviousline to vLine
- end
-